home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / ppp / dp-2.3 / sys / stopdp < prev    next >
Encoding:
Text File  |  1993-01-28  |  208 b   |  10 lines

  1. #!/bin/sh
  2. #
  3. # Load the modules and run the postdpload script if sucessful
  4.  
  5. . /etc/dp.conf
  6.  
  7. cd /tmp
  8. modunload -id `cat $DPLOG_DIR/ID.dp` -exec $DPMODULE_DIR/predpunload
  9. modunload -id `cat $DPLOG_DIR/ID.async`
  10.